/*iconfont引用*/
@import url("fonts/iconfont.css");
@font-face {
	font-family: 'iconfont';
	src: url('fonts/iconfont.eot');
	src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), url('fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 8px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	border: 0;
	vertical-align: middle;
}
.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
body {
	/*background: #f6f7fb*/

}
.fl {
	float: left
}
.fr {
	float: right
}
/*头部*/
.head_v16 {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: #fff;
	border-bottom: 1px solid #cfcfcf;
}
.head_v16 .left {
	float: left;
}
.head_v16 .left span {
	float: left;
}
.head_v16 .left .login_v16 {
	float: left;
}
.head_v16 .left .login_v16 a {
	display: inline-block;
	margin-left: 15px;
}
.head_v16 .left .login_v16 a:nth-child(1) {
	font-weight: 700;
}
.head_v16 .right {
	float: right;
	height: 30px;
}
.head_v16 .right ul li {
	float: left;
	position: relative;
	padding-right: 10px;
	text-align: center;
	margin-left: 20px;
}
.head_v16 .right ul li span {
	position: relative;
	padding-right: 10px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.head_v16 .right ul li a {
	display: inline-block;
	overflow: hidden;
}
.head_v16 .right ul li span:hover {
	color: #ff6700;
}
.head_v16 .right ul li span:after {
	content: "";
	display: inline-block;
	border-top: #ccc 4px solid;
	border-right: #fff 4px solid;
	border-bottom: #fff 4px solid;
	border-left: #fff 4px solid;
	font-size: 0px;
	width: 0px;
	line-height: 0;
	height: 0px;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -webkit-transform .2s ease-in;
	-o-transition: -webkit-transform .2s ease-in;
	transition: -webkit-transform .2s ease-in;
	position: absolute;
	top: 10px;
	right: 0px;
}
.head_v16 .right ul li:hover span:after {
	transform: rotate(180deg);
}
.head_v16 .right ul li dl {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 110%;
	background: #fff;
	z-index: 2;
	box-sizing: border-box;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	display: none;
}
.head_v16 .right ul li:hover dl {
	display: block;
}
.head_v16 .right ul li dl dd {
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.top_v16 {
	height: 60px;
	padding: 20px 0;
	background: #fff;
}
.top_v16 .logo_v16 {
	float: left;
	width: 230px;
}
.top_v16 .search_v16 {
	float: left;
	height: 40px;
	border: 2px solid #1E50A1;
	box-sizing: border-box;
	margin-top: 10px;
}
.top_v16 .search_v16 input {
	border: none;
	background: none;
	height: 36px;
	width: 100%;
	outline: none;
	font-size:12px
}
.top_v16 .search_v16 ul li {
	float: left;
	position: relative;
}
.top_v16 .search_v16 ul li:nth-child(1) {
	width: 74px;
}
.top_v16 .search_v16 ul li:nth-child(1) input {
	color: #666;
	text-align: center;
	cursor: pointer;
}
.top_v16 .search_v16 ul li:nth-child(1):after {
	content: "";
	transition: all .3s;
	display: inline-block;
	border-style: solid;
	border-width: 6px 6px 0 0;
	border-color: transparent #ccc;
	transform: rotate(45deg);
	position: absolute;
	right: 0px;
	top: 15px;
}
.top_v16 .search_v16 ul li:hover:nth-child(1):after {
	border-color: transparent #1E50A1;
	transform: rotate(225deg);
	top: 18px;
}
.top_v16 .search_v16 ul li:nth-child(2) {
	width: 180px;
	/*padding-left: 20px;*/
}
.top_v16 .search_v16 ul li:nth-child(2) input {
	color: #666;
}
.top_v16 .search_v16 ul li:nth-child(3) {
	background: #1E50A1;
	font-size: 16px;
	width: 80px; border-radius:0px;
}
.top_v16 .search_v16 ul li:nth-child(3) input {
	color: #fff;
	cursor: pointer;
}
.top_v16 .search_v16 ul li #search_tips {
	left: 0px;
	top: 40px;
	box-sizing: border-box;
	z-index: 1000;
	position: absolute;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	font-size: 14px;
	background: #FFF;
	border: #eee 1px solid;
}
.top_v16 .search_v16 ul li #search_tips div {
	height: 30px;
	line-height: 30px;
	color: #666;
}
.top_v16 .search_v16 ul li #search_tips div:hover {
	background: #f9f9f9;
}
.top_v16 .search_v16 ul li #search_tips div:hover span {
	color: #008000;
}
.top_v16 .search_v16 ul li dl {
	display: none;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #1E50A1;
	border-top: none;
	position: absolute;
	left: -2px;
	z-index: 1000;
}
.top_v16 .search_v16 ul li dl dd {
	height: 30px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.top_v16 .search_v16 ul li dl dd a {
	color: #666;
}
.top_v16 .search_v16 ul li dl dd:hover {
	color: #1E50A1;
}
.top_v16 .search_v16 ul li:hover dl {
	display: block;
}
.top_v16 .neik {
	height: 40px;
}
.top_v16 .hot_v16 {
	display: block;
	overflow: hidden;
	margin-top: 5px;
}
.top_v16 .hot_v16 a {
	color: #666;
}
.top_v16 .fabu {
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	float: right;
	background: #fff;
	border: 1px solid #f79333;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-right: 20px;
}
.top_v16 .fabu1 {
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	float: right;
	background: #f79333;
	border: 1px solid #f79333;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-right: 20px;
}
.top_v16 .fabu a {
	color: #f79333;
	display: inline-block;
}
.top_v16 .fabu1 a {
	color: #fff;
	display: inline-block;
}
.whole {
	width: 100%;
	float: left;
}
.menu_v16 {
	height: 40px;
	background: #fff;
	margin-bottom: 15px;
}
.menu_v16 .allmenu {
	background: #1E50A1;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	float: left;
	width: 220px;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.menu_v16 .allmenu:before {
	content: "\e60e";
	display: inline-block;
	font-family: 'iconfont';
	width: 40px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 20px;
	margin: 0 5px;
}
.menu_v16 .nav_16 li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	float: left;
	padding: 0 14px;
}
.menu_v16 .nav_16 li a {
	padding: 8px 2px;
}
.menu_v16 .nav_16 li.menuon a {
	color: #1E50A1;
	font-weight: 700; /*border-bottom:2px solid #1E50A1;*/
}
.menu_v16 .allmenu .im0l_v16 {
	width: 220px;
	position: absolute;
	top: 40px;
	left: 0;
	background: rgba(0,0,0,.88);
	z-index: 3;
	padding-bottom: 10px;
	display: none;
}
.menu_v16 .allmenu:hover .im0l_v16 {
	display: block;
}
.menu_v16 .allmenu .im0l_v16 ul li {
	padding: 0px 20px 11px;
}
.menu_v16 .allmenu .im0l_v16 ul li:nth-child(1n+2) {
	margin-top: -1px;
}
.menu_v16 .allmenu .im0l_v16 ul li:hover {
	background: #2d2e3e;
}
.menu_v16 .allmenu .im0l_v16 ul li p {
	height: 20px;
	overflow: hidden;
	line-height: 20px;
}
.menu_v16 .allmenu .im0l_v16 ul li .p_1 {
	font-size: 16px;
	margin-bottom: 5px;
	border-top: 1px solid #333;
	padding-top: 12px;
}
.menu_v16 .allmenu .im0l_v16 ul li .p_1 a {
	color: #fff;
}
.menu_v16 .allmenu .im0l_v16 ul li .p_2 {
	font-size: 12px;
}
.menu_v16 .allmenu .im0l_v16 ul li .p_2 a {
	color: #aaa;
	display: inline-block;
	margin-right: 5px;
}
.menu_v16 .allmenu .im0l_v16 ul li .p_2 a:hover {
	color: #1E50A1;
}
.menu_v16 .allmenu .im0l_v16 ul li .right {
	width: 0px;
	height: 487px;
	background: #fff;
	position: absolute;
	left: 220px;
	top: 0px;
	overflow: hidden;
	transition: all .8s;
	box-sizing: border-box;
}
.menu_v16 .allmenu .im0l_v16 ul li:hover .right {
	width: 980px;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box {
	padding: 10px 20px;
	position: absolute;
	right: 0;
	width: 980px;
	height: 487px;
	border: 1px solid #1E50A1;
	box-sizing: border-box;
	overflow-y: auto;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box .menu_left {
	float: left;
	width: 730px;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box strong {
	font-size: 16px;
	display: block;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box strong a {
	color: #1E50A1;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl {
	font-size: 12px;
	padding: 10px 0;
	overflow: hidden;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl dt {
	line-height: 25px;
	font-weight: 700;
	float: left;
	width: 10%;
	margin-right: 3%;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl dd {
	line-height: 25px;
	overflow: hidden;
	float: left;
	width: 85%;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl dd a {
	color: #666;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box dl dd a:hover {
	color: #1E50A1;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box .menu_AD {
	float: right;
	width: 168px;
	padding-top: 10px;
}
.menu_v16 .allmenu .im0l_v16 ul li .right_box .menu_AD img {
	margin-top: 10px;
}
.menu_v16 .enter {
	float: right;
	position: relative;
	bottom: -5px;
	margin-right: 5px;
}
/*底部样式the*/
.footerBox {
	width: 100%;
	min-width: 1200px;
	padding: 0 0 40px;
	background: #121212;
	margin-top: 20px;
}
.footerBox .footer {
	width: 1200px;
	margin: 0 auto;
}
.footer .footerTop {
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	color: #a0a0a0;
}
.footerTop a {
	color: #888;
}
.footerTop .gfNavItem {
	margin-right: 110px;
	display: inline-block;
	line-height: 26px;
	vertical-align: top;
	float: left;
}
.footerTop .gfNavItem.gfLt {
	margin-right: 80px;
}
.footerTop .gfNavItem.about {
	margin-right: 0;
}
.footerTop .gfLt .logo {
	display: block;
	width: 156px;
	height: 60px;
}
.footerTop .gfLt .tel {
	font-size: 20px;
	padding-top: 20px;
	color: #fff;
}
.footerTop .gfLt .tel .iconfont {
	font-size: 16px;
	margin-right: 8px;
	color: #a0a0a0;
}
.footerTop .gfLt .date {
	color: #6e6e6e;
}
.gfNavItem .gfNavTitle {
	width: 130px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 12px;
}
.gfNavItem .gfNavLink {
	display: block;
}
.footer .fonterCode {
	float: right;
	padding: 0 20px 10px 80px;
	line-height: 26px;
	border-left: 1px #2f2f2f solid;
}
.fonterCode .mobileTitle {
	font-size: 16px;
	color: #ddd;
	font-weight: normal;
}
.fonterCode .codeBox {
	height: auto;
	overflow: hidden;
	margin-right: -30px;
	padding-top: 12px;
}
.fonterCode .codeBox dl {
	float: left;
	display: inline;
	margin-right: 30px;
	text-align: center
}
.fonterCode .codeBox dl dt {
	text-align: center;
	padding-top: 3px;
}
.footer .fonterInfo {
	text-align: center;
	color: #6e6e6e;
	line-height: 36px;
}
.footerSortLine {
	height: 1px;
	background: #292929;
	margin-bottom: 5px;
}
.footerSort {
	padding-bottom: 5px;
}
.footerSort a {
	color: #6e6e6e;
	padding: 0px 12px;
	border-right: none;
}
.footerSort a:hover, .footerTop a:hover {
	color: #e02445;
}
.footerSort a:last-child {
	border-right: none;
}
.fonterInfo .footNav {
	height: 24px;
	line-height: 24px;
	padding-top: 6px
}
.fonterInfo .footNav a, .fonterInfo .telTime a, .footCopyright .telTime a {
	color: #888;
	margin: 0 12px;
}
.fonterInfo .footNav span.otherFoot .telTime span {
	font-size: 12px;
}
.fonterInfo .footNav a.footIco, .fonterInfo .telTime a.footIco {
	margin: 0 0 0 15px
}
.fonterInfo .footNav a:hover, .otherFoot .telTime a:hover {
	color: #e02445
}
.fonterInfo .bianHao {
	color: #999;
}
.fonterInfo .bianHao a {
	color: #999;
}
.fonterInfo .beiAn {
	color: #424242;
	margin-left: 3px;
}
.fonterInfo .footFriend {
	height: 31px;
	padding-top: 10px;
}
.fonterInfo .footFriend .iso {
	width: 88px;
	height: 31px;
	display: inline-block;
	background-image: url(icon/copyright.png);
	opacity: .6;
	filter: alpha(opacity=60);
	margin-right: 4px;
}
.fonterInfo .footFriend .isoa {
	background-position: 0 0
}
.fonterInfo .footFriend .isob {
	width: 87px;
	background-position: -92px 0
}
.fonterInfo .footFriend .isoc {
	width: 87px;
	background-position: -182px 0
}
.fonterInfo .footFriend .isod {
	width: 107px;
	background-position: -272px 0
}
.fonterInfo .footFriend .isoe {
	background-position: -383px 0
}
.fonterInfo .footFriend .isof {
	width: 95px;
	background-position: -474px 0
}
.fonterInfo .footFriend .isoa:hover {
	background-position: 0 -31px
}
.fonterInfo .footFriend .isob:hover {
	background-position: -92px -31px
}
.fonterInfo .footFriend .isoc:hover {
	background-position: -182px -31px
}
.fonterInfo .footFriend .isod:hover {
	background-position: -272px -31px
}
.fonterInfo .footFriend .isoe:hover {
	background-position: -383px -31px
}
.fonterInfo .footFriend .isof:hover {
	background-position: -474px -31px
}
.fonterInfo .footFriend .iso:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer .fonterInfo.otherFoot {
	text-align: center;
	border-top: none;
	padding-top: 0;
	color: #6e6e6e;
	line-height: 36px;
}
.otherFoot .footerSort {
	border-bottom: 1px #292929 solid;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.otherFoot .telTime {
	height: 24px;
	line-height: 24px;
	padding: 8px 0 6px;
}
.advantage {
padding:20px 0px;  background:#303030; color:#fff; font-size:14px;
}
.advantage span{ padding:0 15px;}
.advantage a{ color:#fff}
.advantage li {
	float: left;
	height: 120px;
	line-height: 120px;
	font-size: 18px;
	color: #fff;
	margin-right: 140px;
}
.advantage li:nth-child(5) {
	margin-right: 0;
}
.advantage i {
	background: url(icon/bottom.png) no-repeat;
	position: static;
	position: initial;
	display: inline-block;
	vertical-align: -8px;
	margin-right: 20px;
}
.advantage .ad1 {
	width: 34px;
	height: 36px;
	background-position: -124px -85px;
	vertical-align: -14px;
}
.advantage .ad2 {
	width: 32px;
	height: 32px;
	background-position: -124px -41px;
}
.advantage .ad3 {
	width: 32px;
	height: 32px;
	background-position: -124px -129px;
}
.advantage .ad4 {
	width: 34px;
	height: 33px;
	background-position: -124px -170px;
}
.advantage .ad5 {
	width: 27px;
	height: 34px;
	background-position: -124px 0;
}
/*底部样式end*/



/*右侧固定导航the*/
.side-tool {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	background: #2d2e3e;
	z-index: 9999;
	box-shadow: 0 0 10px hsla(0,0%,60%,.2);
}
.side-tool .aside-body {
	position: absolute;
	left: 0;
	right: 0;
	top: 100px
}
.side-tool .aside-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}
.side-tool .tool-list {
}
.side-tool .tool-list .tool-bg {
	display: block;
	padding: 10px 0;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
	color: #fff;
	position: relative;
}
.side-tool .tool-list .tool-bg .icon i {
	font-size: 22px;
}
.side-tool .tool-list .tool-bg .name {
	margin-top: 3px;
	font-size: 12px;
}
.side-tool .tool-list .tool-bg .sign {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background: #1E50A1;
	text-align: center;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s
}
.side-tool .tool-list .tool-bg.show-btn-collection .show-collection {
	display: none;
	position: absolute;
	right: 45px;
	bottom: 115px;
	font-size: 14px;
	width: 80px;
	height: 34px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 34px;
	color: #222;
	z-index: 9999;
	background-color: #fff
}
.side-tool .tool-list .tool-bg.show-btn-collection:hover .show-collection {
	display: block;
	color: #222
}
.side-tool .tool-list .tool-bg .show-content {
	display: none;
	position: absolute;
	right: 45px;
	bottom: 0px
}
.side-tool .tool-list .tool-bg.show-btn-side .show-content {
	display: none
}
.side-tool .tool-list .tool-bg.show-btn-side:hover .show-content {
	display: block
}
.side-tool .tool-list .tool-bg:hover {
	background: #1E50A1;
	color: white
}
.side-tool .tool-list .tool-bg:hover .name {
	color: white
}
/*右侧固定导航end*/



/*商铺信息*/
.company-box {
	height: auto;
	overflow: hidden;
	background: #fff
}
.company-box h2 {
	font-size: 16px;
	line-height: 40px;
	padding: 5px 15px;
	font-weight: normal;
	color: #000
}
.company-box h2:before {
	content: "";
	background: #1E50A1;
	float: left;
	margin-right: 10px;
	height: 16px;
	width: 3px;
	margin-top: 12px;
}
.shopName {
	height: 77px;
	padding: 0px 0px 0px 15px;
	background: url("img/news-hot.png") no-repeat 0px 0px scroll;
	border-bottom: #eee 1px solid
}
.shopName h3 {
	color: #1E50A1;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	padding: 13px 5px 0px 0px;
}
.shopName h3 a {
	color: #1E50A1;
}
.shopName h3 a:hover {
	color: #1E50A1;
	text-decoration: none;
}
.shopName .jwsy {
	margin-top: 10px;
	font-size: 12px;
	height: 27px;
	line-height: 27px;
}
.shopName .jwsy1 {
	background: #1E50A1;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	padding: 4px 6px;
	margin-right: 5px;
}
.shopName .jwsy1 a {
	color: #fff
}
.shopName .jwsy1:hover, .shopName .jwsy2:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.shopName .jwsy2 {
	background: #9E9E9E;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	padding: 4px 6px;
	margin-right: 5px;
}
.shopName .jwsy3 {
	background: #607D8B;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	padding: 4px 6px;
}
/*-- 诚信档案 --*/
.shopData p:before, .shopData p:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.shopData p {
	zoom: 1;
}
.shopData p {
	line-height: 30px;
	padding: 0px 5px 0px 15px;
	height: 30px;
	z-index: 1
}
.shopData p em {
	float: left
}
.shopData p em.wxqrcode {
	float: left;
	position: relative;
	height: 16px;
	z-index: 100;
	display: block;
	margin-right: 10px
}
.shopData p em.wxqrcode span {
	display: none
}
.shopData p em.wxqrcode:hover span {
	display: block;
	z-index: 1000;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	left: -40px;
	padding: 5px;
	top: -105px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	background: white;
}
.shopData p em.wxqrcode span img {
	width: 100px;
	height: 100px;
}
.shopData p i {
	color: #999;
	float: left;
	font-size: 12px;
	padding-right: 4px;
	text-align: right;
}
.shopData p a {
	color: #4c4c4c;
	margin-right: 10px;
}
.fl {
	float: left
}
.v-year {
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding-left: 10px;
	float: left
}
.v-year b {
	font-weight: bold;
	color: #1E50A1;
	font-size: 16px;
}
/*-- 公司信息 --*/
.companyInfo {
	height: auto;
	overflow: hidden;
	border-top: #eee solid 1px;
	padding: 15px 0px 5px 15px;
	margin-top: 10px;
}
.companyInfo a {
	width: 72px;
	height: 28px;
	float: left;
	border: #eee solid 1px;
	line-height: 28px;
	border-radius: 1px;
	margin: 0px 6px 10px 0px;
	padding-left: 34px;
	color: #535353;
}
.companyInfo a:hover {
	color: #1E50A1;
	text-decoration: none;
}
.companyInfo a.dp {
	background: #FEFCE4 url(img/dp-icon.png) no-repeat 12px center;
	background-size: 16px 16px;
}
.companyInfo a.gs {
	background: #FEFCE4 url(img/gs-icon.png) no-repeat 12px center;
	background-size: 16px 18px;
}
.companyInfo a.dz {
	background: #FEFCE4 url(img/dz-icon.png) no-repeat 12px center;
	background-size: 16px 16px;
}
.companyInfo a.cp {
	background: #FEFCE4 url(img/fl-icon.png) no-repeat 12px center;
	background-size: 16px 16px;
}
.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 1001;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60);
}
.blank_content {
	display: none;
	position: fixed;
	top: 35%;
	left: 40%;
	width: 50%;
	height: 270px;
	background: #f7f7f7 url(img/cart.png) no-repeat left 40px;
	z-index: 1002;
	width: 470px;
	border-radius: 5px;
	padding: 5px;
}
.blank_content h2 {
	height: 40px;
	line-height: 40px;
	clear: both;
	font-size: 18px;
	padding: 0px 5px 0px 10px;
	font-weight: normal
}
.blank_content h2 span {
	float: right
}
.blank_content h3 {
	height: 40px;
	line-height: 40px;
	clear: both;
	font-size: 18px
}
.blank_content h3 a {
	color: #1E50A1
}
.blank_content .open {
	padding: 10px 15px 20px 15px;
	overflow: hidden;
}
.blank_content ul li {
	font-size: 14px;
	line-height: 28px;
	height: 28px
}
.blank_content ul li em {
	font-size: 12px;
	color: #666
}
.blank_content ul li img {
	margin-top: -5px
}
.blank_content ul li.com {
	font-size: 16px
}
.blank_content dl dt {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
.blank_content dl dt img {
	width: 100px;
	height: 100px;
	border-radius: 3px;
}
.blank_content dl ul {
	overflow: hidden;
}
.wx {
	border-top: #e3e3e3 1px solid;
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
}
.wx b {
	color: red
}
.qrcode2 {
	width: 47px;
	position: absolute;
	right: 30px;
	top: 63px;
	z-index: 1000
}
.qrcode2 p {
	font-size: 12px;
}
.qrcode2 dl {
	display: none
}
.qrcode2:hover dl {
	display: inline-block;
	position: relative;
	z-index: 10000;
	background: white;
	width: 100px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
	top: 0px;
	padding: 5px;
	left: -90px
}
.qrcode2:hover dl img {
	width: 100px;
	height: 100px;
}
.open {
	padding: 0px 0px;
}
.buycar {
	padding: 0px 15px 15px 15px
}
.buycar a {
	background: #1E50A1 url(img/s-ico1.png) no-repeat 40px 8px;
	background-size: 20px 22px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: white;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border-radius: 2px
}
.buycar a:hover {
	background: #009231 url(img/s-ico1.png) no-repeat 40px 8px;
	background-size: 20px 22px;
}
.navs {
	width: 612px;
	padding: 15px 10px;
}
.navs ul li {
	margin-right: 30px;
	line-height: 25px;
	color: #fff;
	float: left;
}
.navs ul li a {
	font-size: 18px;
}
.navs ul li a:hover {
	color: #3291F8;
	/*font-weight: bold*/
}
.navjg {
	color: #3291F8 !important;
	font-size: 18px !important;
	font-weight: bold
}
.banner {
	width: 100%;
 position:relative;
	
	overflow: hidden
}
.banner img{ width:100%; height:100%; background-size:cover}
.mainleft {
	width: 750px;
}
.mainright {
	width: 430px;
}
.mainright_head {
	height:45px;
	line-height: 43px;
	overflow: hidden;
	width: 420px;
	padding-top: 3px;
	padding-left: 10px;
	color: #101010;
	font-size: 16px;
	background: #fff;
	border-bottom: 2px solid #f6f7fb;
	float: left;
	font-weight: 600
}
.mainright_head h3 {
	height: 36px;
	line-height: 38px;
	color: #373536;
	font-size: 18px;
	float: left;
	font-weight: 600
}
.mainright_head img {
	width: 26px;
	height: 26px;
	margin-right: 5px;
	vertical-align: middle
}
.mainright_head span {
	padding-right: 8px;
	font-size: 14px;
	font-weight: normal
}
.m15 {
	margin-top: 15px;
}
.myscroll {
	width: 430px;
	height: 320px;
	overflow: hidden;
	margin-bottom: 15px;
	background: #fff
}
.myscroll li {/* border-bottom: #ddd solid 1px; */
	padding: 8px 10px 8px 27px;
	position: relative;
	z-index: 2;
	font-size: 14px;
	font-weight: normal;
	color: #535353;
	text-decoration: none;
}
.myscroll li:before {
	content: ' ';
	width: 5px;
	height: 5px;
	background-color: #ff9937;
	display: block;
	margin-right: 6px;
	position: absolute;
	top: 16px;
	left: 15px;
}
.myscroll a {
	display: inline-block;
}
.myscroll h4 {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 0;
	position: relative;
	margin-bottom: 0;
	font-weight: normal;
	color: #535353;
}
.myscroll p {
	font-size: 12px;
	color: #999;
	margin: 0;
	padding: 0px;
}
.myscroll time {/* float: right; */
	font-size: 12px;
	color: #999;
	margin-left: 0px;
}
.bg-bar {
	display: none;
	width: 100%;
	height: 5px;
	border-radius: 2px;
}
.dxys {
	width: 750px;
	height: auto;
	float: left
}
.dxys_head {
	height: 36px;
	line-height: 38px;
	overflow: hidden;
	width: 750px;
	padding-top: 3px;
	padding-left: 10px;
	color: #101010;
	font-size: 16px;
	background: #fff;
	border-bottom: 2px solid #f6f7fb;
	float: left;
	font-weight: 500
}
.dxys_head img {
	width: 26px;
	height: 26px;
	margin-right: 5px;
	vertical-align: middle
}
.dxys_head span {
	padding-right: 8px;
	font-size: 14px;
	font-weight: normal
}
#tab {
	width: 750px;
	position: relative;
}
#tab .tab_menu {
	width: 100%;
	float: left;
	z-index: 1;
	background: #fff;
	border-bottom: 2px solid #f6f7fb;
}
#tab .tab_menu li {
	float: left;
     border-bottom: 0px;
	cursor: pointer;
	text-align: center;
	margin: 0 2px 0 0;
	color: #77787c;
	background: #f4f5fa;
	border-radius: 30px;
	height: 28px;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	font-size: 14px; padding:0px 12px;
}
#tab .tab_box {
	width: 750px;
	height: 725px;
	clear: both;
	top: 43px;
	background-color: #fff;
}
#tab .tab_menu .selected {
	background: #fef2dc;
	cursor: pointer;
	border-radius: 20px;
	height: 28px;
	line-height: 28px;
	margin-top: 10px;
	color: #ff9937
}
#tab .tab_menu .header {
	background: #fff;
	cursor: pointer;
	padding-left: 10px;
	color: #101010;
	font-size: 16px;
	margin-right: 80px;
	float: left;
	margin-top: 12px; font-weight:bold
}
#tab .tab_menu .header h3 {
	padding-top: 5px;
}
#tab .tab_menu .header img {
	width: 26px;
	height: 26px;
	margin-right: 5px;
	vertical-align: middle
}
.hide {
	display: none;
}
.tab_box div {
}
.pt10 {
	padding-top: 15px;
	padding-right: 5px;
	font-size: 14px;
	float: right
}
/*楼层*/
.mall_floor1 {
	height: 580px;
	padding: 20px 10px;
}
.mall_floor1 .mall_title {
	height: 60px;
	line-height: 60px;
}
.mall_floor1 .mall_title span {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.mall_floor1 .mall_title .mall_sort {
	float: right;
}
.mall_floor1 .mall_title .mall_sort a {
	display: inline-block;
	margin-left: 20px;
	color: #999;
	font-size: 12px;
	line-height: 60px;
}
.mall_floor1 .mall_title .mall_sort a:hover {
	color: #1db3c9;
}
.mall_floor1 .mall_title .mall_sort a.main_more {
	position: relative;
	padding-right: 25px;
	color: #666;
}
.mall_floor1 .mall_title .mall_sort a.main_more:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #ccc;
	position: absolute;
	top: 24px;
	left: -10px;
}
.mall_floor1 .mall_title .mall_sort a.main_more:after {
	content: "\e65a";
	font-family: 'iconfont';
	position: absolute;
	right: 0px;
	font-size: 16px;
}
.mall_floor1 .mall_title .mall_sort a.main_more:hover {
	color: #cea861;
}
.mall_floor1 .left {
	float: left;
	width: 220px;
	height: 520px;
}
.mall_floor1 .left img {
	width: 104.5%;
}
.mall_floor1 .right {
	float: left;
	width: 980px;
	height: 520px;
}
.mall_floor1 ul {
	overflow: hidden;
}
.mall_floor1 ul li {
	float: left;
	width: 31%;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin-left: 2%; padding:15px 15px 0px 15px;
	margin-bottom: 2%;
	background: #fff;
	transition: all .3s;
}
.mall_floor1 ul li:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.mall_floor1 ul li:nth-child {
1n+5
}
{
margin-bottom:0;
}
.mall_floor1 ul li .image {
	overflow: hidden;
	margin: 0 auto;
}
.mall_floor1 ul li .image img {
	width: 195px;
	height:195px;
}
.mall_floor1 ul li .text {
	margin-top: 10px;
	text-align: left;
}
.mall_floor1 ul li .text p {
	line-height: 20px;
	font-size: 14px;
	color: #333;
	margin-top: 8px;
	text-align: left;height:21px; overflow:hidden; font-weight:normal !important
}
.mall_floor1 ul li .text p.p_1 {
	font-weight: 700;
}
.mall_floor1 ul li .text p.p_2 {
	font-size: 14px;
	    color: #666;
}
.mall_floor1 ul li .text p.price {
color: #ff5700;
    font-size: 16px;
	font-weight: 600 !important;
}
.mall_floor1 ul li .text p.price span {
	color: #999;
	font-weight: normal;
	font-size: 12px;
}
.g7 {
	background: url(group/7.png) no-repeat;
	background-size: 46px 17px;
	width: 48px;
	height: 20px;
	display: block;
	float: left;
}
.latest-file-card {
	padding: 0 16px 16px;
	background-color: #fff;
	float: left;
	width: 398px;
}
.latest-file-card ul {
	padding: 0px;
	margin: 0;
}
.latest-file-card ul li {
	margin-top: 18px;
	font-size: 14px;
	width: 100%;
	float: left
}
.latest-file-card ul li:first-child>div:first-child {
	width: 20px;
	height: 24px;
	line-height: 24px;
	background: url(images/file-level-1.74cf7d36.png);
	background-size: 100% 100%;
	float: left
}
.latest-file-card ul li:nth-child(2)>div:first-child {
	width: 20px;
	height: 24px;
	line-height: 24px;
	background: url(images/file-level-2.3dbc21d9.png);
	background-size: 100% 100%;
	float: left
}
.latest-file-card ul li:nth-child(3)>div:first-child {
	width: 20px;
	height: 24px;
	line-height: 24px;
	background: url(images/file-level-3.4ff17d1b.png);
	background-size: 100% 100%;
	float: left
}
.latest-file-card ul li:nth-child(n+4)>div:first-child {
	width: 18px;
	height: 18px;
	line-height: 18px;
	float: left
}
.latest-file-card ul li>div:first-child {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin-right: 8px;
	text-align: center;
	font-size: 16px;
	font-family: DINAlternate-Bold, DINAlternate;
	font-weight: 700;
	color: #fff;
	background: #f0f0f5;
	border-radius: 2px;
}
.latest-file-card ul li .align {
	position: relative;
	top: 2px;
}
.latest-file-card ul li:nth-child(n+4)>div {
	color: #777888!important;
}
.down {
	padding: 0 16px 16px;
	background-color: #fff;
	float: left;
	width: 398px;
}
.down ul {
	padding: 0px;
	margin: 0;
}
.down ul li {
	margin-top: 20px;
	font-size: 14px;
	width: 100%;
	float: left;
	background: url(images/down.png) no-repeat;
	padding-left: 25px;
}
.bannermid {
	width: 100%;
	max-height: 220px;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	float: left
}
.unite {
	width: 1200px;
	height: auto;
	float: left
}
.unite_head {
	height: 45px;
	line-height: 43px;
	overflow: hidden;
	width: 1190px;
	padding-top: 3px;
	padding-left: 10px;
	color: #101010;
	font-size: 16px;
	background: #fff;
	border-bottom: 2px solid #f6f7fb;
	float: left;
	font-weight: 600
}
.unite_head span {
	padding-right: 8px;
	font-size: 14px;
	font-weight: normal;
}
.unite_head img {
	width: 26px;
	height: 26px;
	margin-right: 5px;
	vertical-align: middle;
}
.qiye {
	width: 1160px;
	padding: 20px;
	float: left;
	background: #fff;
	padding-top: 15px;
}
.qiye_left {
	float: left;
	width:38%
}
.qiye_right {
	float: right;
	width: 62%
}
.w80{ width:80px;}
.w100{ width:100px; overflow:hidden}
.w120{ width:120px;}
.qiye_left img {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	float: left
}
.qiye_left h4 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
float:
}
.qiye_left p {
	text-align: left;
	color: #6c757d!important;
	font-size: 14px;
}
.qiye_right span {
	padding: 0 25px;
	color: #333;
	float: left;
	font-size: 14px;
	line-height: 55px
}
.ckxq {
	width: 90px;
	height: 32px;
	line-height: 32px !important;
	text-align: center;
	font-size: 14px;
	background: #fff;
	border: 1px solid #1e51a2;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-right: 20px;
	padding: 0px !important;
}
.ckxq a {
	color: #1e51a2
}
.zh-item{width:100%; padding:15px 0;border-top:1px solid #eee; float:left ; background:#fff}
.zh-item:hover{box-shadow: 0 0 20px rgba(0,0,0, .1);}
.zh-pic{width:200px;height:120px;padding: 17px 35px; float:left}
.zh-pic img{border-radius:4px;width:200px;height:120px;}
.zh-info{overflow:hidden;position:relative;padding-right:20px;}
.zh-info h2{ font-size:16px; font-weight:bold; padding-top:10px; line-height:37px;}
.zh-info h2 a{color:#1369c0}
.zh-info b{padding:0px 4px;color:red}
.zh-time{background:url(images/timeicon.png) no-repeat left 2px;color:#666; padding-left:20px;  font-size:13px; margin-top:12px;}
.zh-zb{background:url(images/zph_icon3.png) no-repeat left 2px;color:#666; padding-left:20px;  font-size:13px; margin-top:12px;}
.zh-add{ background:url(images/zph_icon2.png) no-repeat left 2px; color:#666; padding-left:20px;  font-size:13px; margin-top:12px;}
.zh-order{ position:absolute;right:20px;top:70px;}
.zh-order a{width:100px;height:37px; line-height:37px; text-align:center; display:inline-block; background:#fff; color:#fe9901; border:1px solid #fe9901; margin-left:10px;border-radius:4px;font-size:14px}
.zh-order a:hover{ background:#e7900d; text-decoration:none;color:#fff}
.zh-order a:nth-child(2){background:#fff; color:#fe9901; border:1px solid #fe9901;background:#fd9800;color:#fff;}
.state{ width:63px; height:63px; position:absolute; top:0px; right:0px; z-index:10; background:url(images/zph_icon4.png) no-repeat; }
.stateon{width:63px; height:63px; position:absolute; top:0px; right:0px; z-index:10;background:url(images/zph_icon5.png) no-repeat; }
.stateed{width:63px; height:63px; position:absolute; top:0px; right:0px; z-index:10;background:url() no-repeat; }
.conbox {
    width: 1180px;

    float: left; padding-left:20px; padding-top:20px; background:#fff
  
}
.conbox1 {
  width: 47.4%;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
    height: 130px;
    background: #f8f8f8;
    position: relative;
    padding-right: 10px;
}
.conbox1 img{ width:225px; height:125px; float:left; padding-right:10px; }
.conbox1 p{ font-size:15px; padding-left:15px; font-weight:bold;  padding:15px 0px;}
.conbox1 span{ font-size:13px;color: #666; padding-left:15px; line-height:26px;}
.fenlei {
    position: absolute;
    width: 110px;
    height: 20px;
    background:#f3912c;
    color: #fff; left:115px;
    text-align: center;
    font-size: 13px;
}
.titleBar{
		display: inline-block;
		position: relative;
	}
	.title{
	/*	display: none;
		position: absolute;*/
	}
	.titleBar:hover .title{display: block;}
	
	 .iconGroup {
    margin: 8px 0px;
    z-index: 20;
    position: relative;
}
 .iconGroup i.year {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-top: 0px;
    padding-left: 10px;
    float: left;
}
 .iconGroup i {
    margin-right: 5px;
}
.zongbg{background: #f5f7fa url(images/xingqiu.png) no-repeat center top #0a0a0a !important;
    background-size: 1920px auto;
}

.menu_v161{background: #f5f7fa url(images/xingqiu.png) no-repeat center top !important; width:100%; float:left;background-size:100% 100%; height:100%
}
.active{  color:#1E50A1 !important;/* padding:3px 10px*/}
.active a { color:#1E50A1}
.active a:hover{ color:#1E50A1 !important}
@media only screen and(min-width:1920px;)
{.menu_v161 {
    background: #f5f7fa url(images/xingqiu1.png) no-repeat center top !important;
    width: 100%;
    float: left;
    background-size: 100% 100%;
    height: 100%;
}}